Make the formatted link more neutral
authorMatthias Clasen <mclasen@redhat.com>
Fri, 27 May 2022 12:43:06 +0000 (08:43 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 27 May 2022 12:43:06 +0000 (08:43 -0400)
There have been complaints about company names in
our demos. Lets use something else.

Part of: #4716

demos/gtk-demo/links.c

index 8655b8a23ae290cbbb0ee4881a44238c8f458bf1..63ac1d0c7fbac2ec2e54b63eba1e4bf422096fec 100644 (file)
@@ -66,11 +66,9 @@ do_links (GtkWidget *do_widget)
                              "as hyperlinks, which can be clicked "
                              "or activated via <a href=\"keynav\">keynav</a> "
                              "and they work fine with other markup, like when "
-                             "searching on <a href=\"http://www.google.com/\">"
-                             "<span color=\"#0266C8\">G</span><span color=\"#F90101\">o</span>"
-                             "<span color=\"#F2B50F\">o</span><span color=\"#0266C8\">g</span>"
-                             "<span color=\"#00933B\">l</span><span color=\"#F90101\">e</span>"
-                             "</a>.");
+                             "linking to <a href=\"http://www.flathub.org/\"><b>"
+                             "<span letter_spacing=\"1024\" underline=\"none\" color=\"pink\" background=\"darkslategray\">Flathub</span>"
+                             "</b></a>.");
       gtk_label_set_use_markup (GTK_LABEL (label), TRUE);
       gtk_label_set_max_width_chars (GTK_LABEL (label), 40);
       gtk_label_set_wrap (GTK_LABEL (label), TRUE);